Conversation
patel-bhavin
reviewed
Jun 8, 2026
| search: '%original_detection_search% | search risk_object = "$risk_object$"' | ||
| earliest_offset: $info_min_time$ | ||
| latest_offset: $info_max_time$ | ||
| - name: View risk events for the last 7 days for - "$risk_object$" |
patel-bhavin
reviewed
Jun 8, 2026
| - https://www.cisa.gov/news-events/cybersecurity-advisories/aa25-239a | ||
| - https://blog.talosintelligence.com/salt-typhoon-analysis/ | ||
| drilldown_searches: | ||
| - name: View the detection results for - "$risk_object$" |
patel-bhavin
reviewed
Jun 8, 2026
| entities: | ||
| - field: dest | ||
| type: system | ||
| score: 35 |
Contributor
There was a problem hiding this comment.
likely need 20 or 50 based on type
patel-bhavin
reviewed
Jun 8, 2026
| values(target_ip) as target_ips | ||
| values(command_type) as command_types | ||
| values(command) as commands | ||
| by _time dest user src_ip |
Contributor
There was a problem hiding this comment.
not sure, but i think it would be better to do values(src_ip) as src_ip and remove it from by clause to account for multiple src_ips at play
patel-bhavin
reviewed
Jun 8, 2026
| - Splunk Enterprise | ||
| - Splunk Enterprise Security | ||
| - Splunk Cloud | ||
| category: network |
Contributor
There was a problem hiding this comment.
other cisco detections categorize this as "application". Applies to all detections
patel-bhavin
reviewed
Jun 8, 2026
| field: dest | ||
| type: system | ||
| score: 50 | ||
| threat_objects: [] |
Contributor
There was a problem hiding this comment.
if src_ip is available, then lets add it to applicable applicable detections SPL and threat_objects
patel-bhavin
reviewed
Jun 8, 2026
| status: production | ||
| type: Anomaly | ||
| description: | | ||
| This analytic detects bursts of Cisco IOS or NX-OS discovery commands associated with Salt Typhoon tradecraft. |
Contributor
There was a problem hiding this comment.
lets add a bit more to match other other ESCU descriptions style
patel-bhavin
reviewed
Jun 8, 2026
| status: production | ||
| type: Anomaly | ||
| description: | | ||
| This analytic detects Cisco IOS-XE configuration changes performed by the WebUI WSMA process. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds new analytics related to Salt Typhoon tradecraft targeting Cisco devices.
New Analytics [9]
New Macros [1]
cisco_ios